@charset "utf-8";
.banner-swiper {
    width: 100%;
    --swiper-pagination-color: #00aa94;
}
.banner-swiper .banner-slide img {
	width: 100%;
}

/* 品牌展示 */
.brand {
    padding: 100px 0;
    background: url(../../images/bottom_shadow.png) repeat-x left bottom;
}
.brand h1 {
    font-size: 36px;
    text-align: center;
    color: #333;
    margin-bottom: 50px;
}
.brand-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand-list .brand-item {
    text-align: center;
}
.brand-list .brand-item .img {
    width: 205px;
    height: 205px;
    padding: 15px;
    overflow: hidden;
}
.brand-list .brand-item .img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: .5s ease-in-out;
}
.brand-list .brand-item:hover .img img {
    transform: scale3d(1.05, 1.05, 1);
}
.brand-list .brand-item .name {
    font-size: 24px;
    color: #333;
    line-height: 1;
    margin: 20px 0;
}
.brand-list .brand-item .desc {
    font-size: 18px;
    color: #999;
    line-height: 1;
}
.brand-list .brand-item .more {
    margin: 30px auto 0;
    width: 140px;
    height: 50px;
    border-radius: 25px 0 25px 0;
}

/* 关于明康泽 */
.index-about {
    padding: 80px 0 0;
}
.index-about h1 {
    font-size: 36px;
    color: #333;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.index-about h1:after {
    position: absolute;
    content: " ";
    bottom: 0;
    left: 50%;
    margin-left: -13px;
    width: 26px;
    height: 1px;
    background-color: #e5e5e5;
}
.index-about h1 span {
    font-weight: bold;
}
.index-about .profile {
    line-height: 1.5;
    color: #999;
    font-size: 16px;
    margin: 0 auto 20px;
    text-align: center;
}
.index-about .more {
    width: 125px;
    height: 44px;
    border-radius: 22px 0 22px 0;
    margin: 0 auto;
}
.culture-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.culture-list .culture-item {
    flex: 1;
}
.culture-list .culture-item .img {
    overflow: hidden;
}
.culture-list .culture-item .img img {
    overflow: hidden;
    transition: .5s ease-in-out;
}
.culture-list .culture-item:hover .img img {
    transform: scale3d(1.05, 1.05, 1);
}
.culture-list .culture-item .text {
    position: relative;
    padding: 8% 5% 5%;
    font-size: 15px;
    line-height: 1.6;
}
.culture-list .culture-item .text:after {
    position: absolute;
    content: " ";
    left: 5%;
    bottom: 26%;
    width: 65px;
    height: 1px;
    background: #e5e5e5;
}

/* 首页工厂车间 */
.index-factory {
    padding: 100px 0;
    background: url(../../images/img1.jpg) no-repeat center center;
    background-size: cover;
}
.index-factory h1 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.index-factory h1:after {
    position: absolute;
    content: " ";
    bottom: 0;
    left: 50%;
    margin-left: -13px;
    width: 26px;
    height: 1px;
    background-color: #414040;
}
.index-factory h1 span {
    font-weight: bold;
}
.index-factory h3 {
    font-size: 16px;
    color: #999;
    text-align: center;
}
.factory-swiper-wrap {
    position: relative;
    margin: 40px auto 0;
    max-width: 1600px;
    padding-left: 40px;
    padding-right: 40px;
}
.factory-swiper {
    max-width: 1440px;
}
.factory-slide .img {
    overflow: hidden;
    display: block;
}
.factory-slide .img img {
    transition: .5s ease-in-out;
}
.factory-slide:hover .img img {
    transform: scale3d(1.05, 1.05, 1);
}
.factory-slide .title {
    border-bottom: 1px solid #6b6a6a;
    width: 95%;
    height: 54px;
    padding: 8% 0 12% 0;
    box-sizing: content-box;
    position: relative;
    color: #fff;
    font-size: 18px;
}
.factory-slide .title:after {
    position: absolute;
    content: " ";
    height: 1px;
    width: 0;
    background: #00aa94;
    transition: width 0.6s;
    left: 0;
    bottom: 0;
}
.factory-slide:hover .title:after {
    width: 100%;
}
.factory-slide:hover .title {
    color: #00aa94;
}

/*去掉默认样式*/
.factory-swiper-button-prev:after{
    display: none;
}
.factory-swiper-button-next:after{
    display: none;
}
/*自定义样式*/
.factory-navigation {
    width: 37px;
    height: 33px;
    position: absolute;
    z-index: 1;
    top: 30%;
    cursor: pointer;
}
.factory-swiper-button-prev{
    background-position: 0 -327px;
    left: 15px;
}
 
.factory-swiper-button-next{
    background-position: -40px -327px;
    right: 15px;
}
.factory-swiper-button-prev:hover{
    background-position: 0 -360px;
}
 
.factory-swiper-button-next:hover{
    background-position: -40px -360px;
}

/* 首页产品解决方案 */
.index-solution {
    padding: 100px 0;
}
.index-solution h1 {
    font-size: 36px;
    color: #333;
    text-align: center;
    margin-bottom: 56px;
}
.index-solution h1 span {
    font-weight: bold;
}
.solution-list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 175px;
    position: relative;
}
.solution-list:after {
    position: absolute;
    content: " ";
    height: 0;
    border-bottom: 1px dashed #ccc;
    left: 109px;
    right: 111px;
    bottom: 0;
}
.solution-list .solution-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 140px;
    height: 152px;
    background: url(../../images/img0_1.png) no-repeat;
    transition: background .3s;
    font-size: 16px;
    color: #999;
}
.solution-list .solution-item:hover {
    background-image: url(../../images/img0_2.png);
    color: #fff;
}
.solution-list .solution-item:before {
    position: absolute;
    content: " ";
    left: 50%;
    bottom: -32px;
    margin-left: -7px;
    width: 9px;
    height: 9px;
    background-color: #ccc;
    border: 3px solid #fff;
    box-shadow: 0 0 1px 1px #fff;
    border-radius: 50%;
}
.solution-list .solution-item:hover:before {
    background-color: #00aa94;
    box-shadow: 0 0 1px 1px #00aa94;
}
.solution-list .solution-item:after {
    position: absolute;
    content: " ";
    left: 50%;
    bottom: -174px;
    margin-left: -1px;
    width: 0;
    height: 130px;
    border-left: 1px dashed #ccc;
}
.solution-list .solution-item i {
    display: inline-block;
    margin-bottom: 5px;
    width: 42px;
    height: 39px;
    background-position: 0 -39px;
}
.solution-list .solution-item i.jsyp-icon {
    background-position: 0 -88px;
}
.solution-list .solution-item i.yptj-icon {
    background-position: 0 -136px;
}
.solution-list .solution-item i.qrcp-icon {
    background-position: 0 -184px;
}
.solution-list .solution-item i.cpjf-icon {
    background-position: 0 -232px;
}
.solution-list .solution-item i.shfw-icon {
    background-position: 0 -279px;
}

.solution-list .solution-item:hover i {
    background-position: -58px -39px;
}
.solution-list .solution-item:hover i.jsyp-icon {
    background-position: -58px -88px;
}
.solution-list .solution-item:hover i.yptj-icon {
    background-position: -58px -136px;
}
.solution-list .solution-item:hover i.qrcp-icon {
    background-position: -58px -184px;
}
.solution-list .solution-item:hover i.cpjf-icon {
    background-position: -58px -232px;
}
.solution-list .solution-item:hover i.shfw-icon {
    background-position: -58px -279px;
}
.solution-list .solution-item:nth-child(4) {
    margin-left: 30%;
}
.solution-list .center-module {
    width: 349px;
    height: 355px;
    background: url(../../images/img2.png) no-repeat;
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -174.5px;
}
.solution-list .center-module .phone {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -18px;
    margin-left: -157px;
    width: 314px;
    height: 64px;
    border-radius: 32px;
    background-color: #00aa94;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.solution-list .center-module .phone i {
    display: inline-block;
    width: 32px;
    height: 33px;
    background-position: 0 -402px;
    margin-right: 15px;
}
.solution-more {
    width: 80%;
    margin: 85px auto 0;
    position: relative;
}
.solution-more .more-img {
    width: 100%;
}
.solution-more .more-con {
    position: absolute;
    top: 32%;
    right: 14%;
    color: #fff;
}
.solution-more .more-con p {
    font-size: 36px;
}
.solution-more .more-con .btn {
    margin-top: 40px;
}
.solution-more .more-con .btn a {
    width: 125px;
    height: 45px;
    border-radius: 22.5px 0 22.5px 0;
    
}
.solution-more .more-con .btn .product-btn {
    margin-left: 40px;
}

.index-news-wrapper {
    padding: 50px 0;
    background-color: #f5f6f7;
}
.index-news {
    display: flex;
    justify-content: space-between;
}
.index-news .l {
    position: relative;
    width: 32.5%;
    padding: 3% 2.8%;
    background-color: #fff;
}
.index-news .l:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    right: 0;
    height: 40%;
    background-color: #000;
}
.index-news .l .con {
    position: relative;
}
.index-news .l .con .hd {
    font-size: 36px;
    color: #fff;
    line-height: 1;
    margin-bottom: 7%;
}
.index-news .l .con .hd i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -80px -378px;
}
.index-news .l .con .bd .img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 7%;
    display: inline-block;
}
.index-news .l .con .bd .img img {
    width: 100%;
    transition: .5s ease-in-out;
}
.index-news .l .con .bd .img:hover img {
    transform: scale3d(1.05, 1.05, 1);
}
.index-news .con .title {
    font-size: 18px;
    color: #333;
}
.index-news .con .title a:hover {
    color: #00aa94;
}
.index-news .con .desc {
    color: #999;
    line-height: 1.7;
    margin: 6% 0 7%;
}
.index-news .con .time {
    color: #ccc;
}


.index-news .r {
    width: 65.27%;
}
.index-news .r .item {
    padding: 2.5%;
    background-color: #fff;
}
.index-news .r .item+.item {
    margin-top: 3%;
}
.index-news .r .item .img {
    width: 42.8%;
    overflow: hidden;
}
.index-news .r .item .img img {
    width: 100%;
    transition: .5s ease-in-out;
}
.index-news .r .item .img:hover img {
    transform: scale3d(1.05, 1.05, 1);
}
.index-news .r .item .con {
    width: 52.53%;
}

.index-message-wrapper {
    padding: 100px 0;
    background: url(../../images/img4.jpg) no-repeat center center;
    background-size: cover;
}
.index-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.index-message h1 {
    font-size: 30px;
    line-height: 1.7;
    color: #fff;
}
.message-form {
    width: 52.5%;
}
.mes-input {
    display: flex;
    flex-wrap: wrap;
}
.mes-input .mes-item {
    width: 46%;
    border-bottom: 1px solid #a0a5a7;
    padding: 5px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #acaeb0;
    display: flex;
}
.mes-input .mes-item.con-item {
    width: 100%;
}
.mes-input .mes-item.verify-item {
    position: relative;
}
.mes-input .mes-item:nth-child(even) {
    margin-left: 8%;
}
.mes-input .mes-item .input-item {
    margin-left: 10px;
    width: 100%;
    flex: 1;
    background-color: transparent;
    border: none;
    color: #fff;
}
.mes-input .mes-item .select-item {
    margin-left: 10px;
    width: 100%;
    flex: 1;
    background-color: transparent;
    border: none;
    color: #fff;
}
.mes-input .mes-item .select-item option {
    color: #555;
}
.mes-input .mes-item.verify-item .input-item{
    width: 52%;
    flex: inherit;
}
.mes-input .mes-item .verification {
    position: absolute;
    bottom: -1px;
    right: 0;
    background-color: #fefefc;
    cursor: pointer;
}
.message-form .btn-primary{
    margin: 40px 0 0;
    width: 124px;
    height: 44px;
    background-color: transparent;
    border-radius: 22px 0 22px 0;
}
.message-form .btn-primary:hover {
    background-color: #00aa94;
}

@media screen and (max-width: 1366px){
	.solution-list .center-module {
		display: none;
	}
	.solution-list .solution-item:nth-child(4) {
    	margin-left: 0;
	}
}